home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / messerschmidt_s_macmagicoracle / card_9941.txt < prev    next >
Text File  |  1993-08-17  |  1KB  |  72 lines

  1. -- card: 9941 from stack: in
  2. -- bmap block id: 11652
  3. -- flags: 0000
  4. -- background id: 7816
  5. -- name: A4
  6. ----- HyperTalk script -----
  7. ON OPENCARD
  8.   WAIT 7 SECONDS
  9.   Play "BEEPTONE"
  10.  
  11. END OPENCARD
  12.  
  13.  
  14.  
  15. -- part 3 (button)
  16. -- low flags: 00
  17. -- high flags: 8003
  18. -- rect: left=88 top=293 right=305 bottom=100
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 2507 / 2507
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: TRY AGAIN?
  27. ----- HyperTalk script -----
  28. on mouseUp
  29.   go to card "FLASH"
  30.  
  31. end mouseUp
  32.  
  33.  
  34.  
  35.  
  36. -- part 4 (button)
  37. -- low flags: 00
  38. -- high flags: 8003
  39. -- rect: left=2 top=278 right=339 bottom=129
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 21060 / 21060
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Another wish or question?
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go card flash
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 5 (button)
  56. -- low flags: 00
  57. -- high flags: 8003
  58. -- rect: left=381 top=279 right=340 bottom=508
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 29484 / 29484
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Finished  for today.
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   go card done
  70. end mouseUp
  71.  
  72.